VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / DragSourceManager<T> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс DragSourceManager<T>
    В этом разделе
    Позволяет управлять источниками перетаскивания для операции перетаскивания.
    Объектная модель
    DragSourceManager<T>
    Синтаксис
    'Declaration
    
    Public Class DragSourceManager(Of T
    The type of drag source.
    As Class)
    public class DragSourceManager<T>
    where T: class
    
    
    public __gc class DragSourceManager<T>
    where T: class
    
    
    generic<typename T>
    public ref class DragSourceManager
    where T: ref class
    
    

    Type Parameters

    T
    The type of drag source.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.UI.DragSourceManager<T>

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также